Class yassl.parserError
All Packages    This Package    Previous    Next

Class yassl.parserError

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----yassl.parserError

public class parserError
extends Exception
This is actually thrown both by the lexer and the parser, so this is a dumb name for the error.

Constructor Index

 o parserError(String)

Constructors

 o parserError
  public parserError(String s)

All Packages    This Package    Previous    Next